﻿/* CSS Document */
/*分页*/
.pages {
	clear: both;
	margin: 20px 0;
	text-align: center;
	font-size: 12px;
}
.pages .nolink, .pages a {
	text-decoration: none;
	margin-left: 3px;
	padding: 2px 5px;
	border: 1px solid #E5E5E5
}
.pages a:hover {
	text-decoration: none;
	border: 1px solid #f1431e;
	background: #f1431e;
	color: #FFF
}
body {
	font-family: "微软雅黑";
	padding: 0;
	margin: 0;
	font-size: 13px;
	background: #fff;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
a:hover {
	color: #f00;
}
div, form, img, ul, ol, li, dl, dt, dd, p, span {
	margin: 0;
	padding: 0;
	border: 0;
}
form, input, textarea {
	margin: 0;
	padding: 0;
	outline: none;
	resize: none;
}
li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000;
}
a img {
	border: none;
}
.maxbox, .main {
	width: 100%;
	max-width: 1920px;
	min-width: 1250px;
	overflow: hidden;
	margin: 0 auto;
}
.cutbox {
	width: 1200px;
	margin: 0 auto;
}
.atm5 {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
/*top*/
.topbox {
	height: 30px;
	background: url(../images/ico1.png) left bottom repeat-x;
	line-height: 30px;
	color: #666;
	font-size: 12px;
	line-height: 30px;
	font-family: "宋体";
}
.topbox .topleft {
	width: 50%;
	float: left;
	overflow: hidden;
}
.topbox .topright {
	max-width: 50%;
	float: right;
	overflow: hidden;
}
.topbox .topright a {
	color: #666;
}
.topbox .topright a:hover {
	color: #f00;
}
/*head*/
.headbox {
	height: 130px;
	position: relative;
	z-index: 99999;
}
.headbox .logo img, .headbox .tel img {
	height: 130px;
}
.headbox .logo {
	height: 130px;
	width: 620px;
	overflow: hidden;
	float: left;
}
.headbox .tel {
	height: 130px;
	max-width: 560px;
	overflow: hidden;
	float: right;
}
.headbox .tel p {
	height: 130px;
	float: right;
}
.searchbox {
	width: 50px;
	height: 130px;
	float: right;
	position: relative;
}
.searchbox .img {
	width: 40px;
	height: 38px;
	padding: 46px 0 46px 10px;
	cursor: pointer;
}
.searchbox form {
	width: 250px;
	height: 0;
	position: absolute;
	top: 100%;
	right: 0;
	background: #ddd;
	padding: 0 1px;
	border: 9px solid #f0f0f0;
	overflow: hidden;
	border-width: 0 9px;
}
.searchbox .ss_tit {
	width: 200px;
	height: 30px;
	float: left;
	overflow: hidden;
	background: #fff;
}
.searchbox .ss_tit input {
	width: 180px;
	height: 20px;
	display: block;
	border: 0;
	background: none;
	padding: 5px 10px;
	line-height: 20px;
	color: #666;
}
.searchbox .anniu {
	width: 50px;
	height: 30px;
	float: right;
	overflow: hidden;
	background: #fff;
}
.searchbox .anniu input {
	width: 40px;
	height: 38px;
	display: block;
	border: 0;
	background: none;
	margin-top: -4px;
	padding-left: 10px;
	cursor: pointer;
}
.searchbox:hover form {
	height: 30px;
	padding: 1px;
	border-width: 9px;
}
/*nav*/
.navbox {
	width: 100%;
	height: 50px;
	background: #0053a6;
	overflow: visible;
	position: relative;
	z-index: 9999;
}
.navbox ul {
	width: 100%;
	padding-left: 2px;
	height: 50px;
	background: url(../images/ico2.png) left center no-repeat;
	_background: none;
}
.navbox ul li {
	width: 131px;
	padding-right: 2px;
	height: 50px;
	background: url(../images/ico2.png) right center no-repeat;
	float: left;
	text-align: center;
	position: relative;
	_background: none;
}
.navbox ul li a {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 15px;
	line-height: 50px;
	color: #ffffff;
	-webkit-transition: .5s;
	transition: .5s;
}
.navbox ul li:hover a, .navbox ul li.onclick a {
	color: #a6d2ff;
}
.navbox ul li:hover dl a, .navbox ul li.onclick dl a {
	color: #a6d2ff;
}
.navbox ul li dl {
	width: 100%;
	overflow: hidden;
	padding: 0;
	background: #00468c;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	left: 0;
	top: 50px;
	_display: none;
}
.navbox ul li dl a {
	height: 0;
	font-size: 14px;
	line-height: 40px;
	background: #00468c;
	position: relative;
	z-index: 8;
	overflow: hidden;
}
.navbox ul li dl a:hover {
	background: #016bbd;
	z-index: 9;
	color: #fff;
}
.navbox ul li:hover dl {
	
}
.navbox ul li:hover dl a {
	height: 40px;
}
.Topnav {
	position: fixed;
	top: 0;
	max-width: 100%;
}
/*banner*/
.bannerbox {
	height: 650px;
	position: relative;
}
.bannerppt {
	width: 1920px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
}
.bannerppt .pic {
	width: 100%;
	height: 100%;
	position: relative;
	left: -50%;
}
.bannerppt .pic ul {
	height: 100%;
	position: absolute;
	top: 0;
}
.bannerppt .pic ul li {
	height: 100%;
	float: left;
}
.bannerppt .pic ul li img {
	height: 100%;
	vertical-align: middle;
}
.bannerppt .btnBg {
	display: none;
}
.bannerppt .btn {
	text-align: center;
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	left: -50%;
}
.bannerppt .btn span {
	display: inline-block;
	width: 192px;
	height: 65px;
	margin: 0 5px;
	cursor: pointer;
	border: 3px solid rgba(255,255,255,.6);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	_display: inline-block;
	_zoom: 1;
*width:192px;
	height: 65px;
	_font-size: 0;
*border: 3px solid #ddd;
	border: 3px solid #ddd\0;
}
.bannerppt .btn span img {
	width: 100%;
	height: 100%;
}
.bannerppt .btn span.on {
	border-color: rgba(255,255,255,1);
*border: 3px solid #fff;
	border: 3px solid #fff\0;
}
/*product*/
.probox {
	padding: 30px 0;
	background: #fafafa;
}
.sy_tit {
	width: 500px;
	margin: 10px auto;
	overflow: hidden;
	text-align: center;
}
.sy_tit span {
	display: block;
	height: 40px;
	width: 100%;
	color: #016bbd;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 46px;
	font-family: Arial;
}
.sy_tit p {
	width: 300px;
	height: 42px;
	background: url(../images/ico3.png) left center repeat-x;
	margin: 0 auto;
}
.sy_tit p a {
	display: inline-block;
	height: 40px;
	padding: 0 15px;
	background: #fafafa;
	color: #4c4c4c;
	font-size: 24px;
	line-height: 40px;
}
.sy_tit p a:hover {
	color: #d00;
}
.probox .clabox {
	width: 100%;
	height: 40px;
	overflow: hidden;
	padding-top: 13px;
}
.probox .clabox ul {
	width: 670px;
        margin: 0px auto;
}
.probox .clabox ul li {
	padding: 0px 1px;
	overflow: hidden;
	height: 40px;
	float: left;
	text-align: center;
}
.probox .clabox ul li a {
	display: block;
	width: 129px;
	height: 40px;
	padding: 0px 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #016bbd;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}
.probox .clabox ul li a:hover {
	background: #d00;
}
.probox .procon {
	width: 100%;
	overflow: hidden;
	max-height: 820px;
	padding-top: 40px;
}
.probox .procon ul {
	width: 1250px;
}
.probox .procon ul li {
	width: 245px;
	height: 340px;
	padding: 15px;
	background: #fff;
	border: 5px solid #f0f0f0;
	overflow: hidden;
	text-align: center;
	float: left;
	margin: 0 20px 30px 0;
	position: relative;
}
.probox .procon ul li:hover {
	border-color: #016bbd;
}
.probox .procon ul li p {
	width: 235px;
	height: 280px;
	overflow: hidden;
	border: 5px solid #fff;
}
.probox .procon ul li p a {
	width: 235px;
	height: 280px;
	display: block;
}
.probox .procon ul li p a img {
	min-width: 235px;
	height: 280px;
	vertical-align: middle;
}
.probox .procon ul li .text {
	width: 205px;
	height: 50px;
	background: #f5f5f5;
	padding: 0 20px;
	overflow: hidden;
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.probox .procon ul li:hover .text {
	height: 120px;
	background: #016bbd;
}
.probox .procon ul li .text a {
	display: block;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #80a9d3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #454545;
	font-size: 16px;
	line-height: 50px;
}
.probox .procon ul li:hover .text a {
	color: #fff;
}
.probox .procon ul li .text span {
	display: block;
	height: 40px;
	padding: 10px 5px 0;
	color: #dfe7f2;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
}
/*comp*/
.compbox {
	padding: 30px 0 50px;
}
.compbox .sy_tit p a {
	background: #fff;
}
.compbox .conbox {
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
	padding-top: 10px;
}
.compbox .conbox .picbox {
	width: 600px;
	height: 380px;
	overflow: hidden;
	float: right;
}
.compbox .conbox .txtbox {
	width: 640px;
	height: 300px;
	padding: 20px 30px;
	background: rgba(245,245,245,.9);
	position: absolute;
	left: 0;
	top: 20px;
}
.compbox .conbox .txtbox .titl {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
}
.compbox .conbox .txtbox .titl p {
	width: 100%;
	height: 58px;
	color: #333;
	text-indent: 2px;
	font-size: 18px;
	line-height: 56px;
	font-weight: bold;
}
.compbox .conbox .txtbox .titl span {
	display: block;
	width: 60px;
	height: 2px;
	overflow: hidden;
	background: #d00;
}
.compbox .conbox .txtbox:hover .titl span {
	width: 240px;
	height: 2px;
}
.compbox .conbox .txtbox:hover .titl p {
	color: #d00;
}
.compbox .conbox .txtbox .text {
	width: 100%;
	height: 190px;
	color: #666;
	overflow: hidden;
	font-size: 13px;
	line-height: 30px;
}
.compbox .conbox .txtbox .text p {
	padding-left: 2px;
	margin-bottom: 10px;
}
.compbox .conbox .txtbox .text img {
	display: none;
}
.compbox .conbox .txtbox .morebox {
	width: 100%;
	height: 50px;
	padding: 30px 0 0 2px;
}
.compbox .conbox .txtbox .morebox a {
	width: 150px;
	height: 50px;
	background: #016bbd;
	text-align: center;
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 50px;
	font-family: Arial;
}
.compbox .conbox .txtbox .morebox a:hover {
	background: #d00;
}
/*youshi*/
.youshi {
	padding: 40px 0 20px;
	background: #fafafa;
}
.youshi .cutbox {
	padding-top: 25px;
}
.youshi ul {
	width: 1300px;
}
.youshi ul li {
	width: 362px;
	height: 410px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(200,200,200,.5);
	overflow: hidden;
	float: left;
	margin: 0 57px 50px 0;
	cursor: pointer;
}
.youshi ul li:hover {
	box-shadow: 0 5px 20px rgba(200,200,200,1);
}
.youshi ul li .picbox {
	width: 362px;
	height: 205px;
	overflow: hidden;
}
.youshi ul li .picbox img {
	width: 362px;
	height: 205px;
}
.youshi ul li .titl {
	width: 302px;
	height: 40px;
	padding-top: 10px;
	color: #016bbd;
	margin: 0 auto;
	overflow: hidden;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
}
.youshi ul li .text {
	width: 302px;
	height: 110px;
	color: #666;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 28px;
}
.youshi ul li .mores {
	width: 302px;
	height: 24px;
	margin: 0 auto;
	overflow: hidden;
}
.youshi ul li .mores a {
	width: 80px;
	height: 24px;
	color: #fff;
	float: right;
	background: #016bbd;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
.youshi ul li .mores a:hover {
	background: #d00;
}
/*xbanner*/
.xbanner {
	height: 80px;
	padding: 40px 0;
	background: url(../images/bg1.jpg) center no-repeat;
}
.xbanner .cutbox {
	overflow: hidden;
}
.xbanner ul {
	width: 1205px;
}
.xbanner ul li {
	height: 80px;
	width: 300px;
	float: left;
	text-align: center;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,.5);
}
.xbanner ul li p {
	height: 50px;
	font-size: 36px;
	line-height: 50px;
}
.xbanner ul li span {
	height: 30px;
	display: block;
	text-transform: uppercase;
	opacity: .8;
	font-size: 16px;
	line-height: 30px;
	font-family: Arial;
}
/*case*/
.casebox {
	padding: 35px 0 20px;
	background: #fafafa;
}
.casebox .clabox {
	width: 900px;
	height: 40px;
	margin: 0 auto 35px;
	padding-top: 15px;
}
.casebox .clabox ul {
	width: 920px;
}
.casebox .clabox ul li {
	width: 120px;
	height: 40px;
	float: left;
	margin-right: 10px;
	text-align: center;
}
.casebox .clabox ul li a {
	display: block;
	width: 100px;
	height: 38px;
	padding: 0 9px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #fff;
	font-size: 14px;
	line-height: 38px;
	color: #666;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.casebox .clabox ul li a:hover {
	background: #016bbd;
	color: #fff;
	border-color: #016bbd;
}
.casebox .cutbox {
	max-height: 630px;
	overflow: hidden;
}
.casebox .cutbox ul {
	width: 1250px;
}
.casebox .cutbox ul li {
	width: 368px;
	height: 295px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0 48px 20px 0;
}
.casebox .cutbox ul li p {
	width: 368px;
	height: 244px;
	overflow: hidden;
}
.casebox .cutbox ul li p a {
	width: 368px;
	height: 244px;
	display: block;
}
.casebox .cutbox ul li p a img {
	width: 100%;
	min-height: 244px;
	vertical-align: middle;
}
.casebox .cutbox ul li .text {
	width: 100%;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
}
.casebox .cutbox ul li .text a {
	display: block;
	width: 350px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
	padding: 0 9px;
}
.casebox .cutbox ul li:hover .text a {
	color: #fff;
	background: #016bbd;
}
/*honor*/
.honorbox img {
	width: 100%;
}
/*zixun*/
.zixunbox {
	padding: 40px 0;
	overflow: hidden;
}
.zixunbox .titl {
	width: 100%;
	height: 59px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 25px;
	color: #333;
	font-size: 20px;
	line-height: 60px;
}
.zixunbox .titl p {
	float: left;
	padding-left: 10px;
}
.zixunbox .titl a {
	float: right;
	font-size: 15px;
	color: #787878;
	padding-right: 10px;
}
.zixunbox .titl a:hover {
	color: #d00;
}
.newsbox {
	width: 770px;
	float: left;
	overflow: hidden;
}
.newsbox .list {
	max-height: 356px;
	overflow: hidden;
	width: 100%;
}
.newsbox .list ul li {
	overflow: hidden;
	width: 660px;
	height: 99px;
	float: left;
	border-bottom: 1px dotted #ccc;
	position: relative;
	padding-left: 110px;
	margin-bottom: 20px;
}
.newsbox .list ul li:last-child, .newsbox .list ul li:nth-child(3) {
	border: 0;
}
.newsbox .list ul li .date {
	width: 60px;
	height: 60px;
	font-family: Arial;
	color: #333;
	position: absolute;
	top: 0;
	left: 10px;
	background: #f0f0f0;
	text-align: center;
	padding: 10px;
	font-size: 30px;
	line-height: 60px;
	font-family: Arial;
}
.newsbox .list ul li .time2 {
	display: none;
}
.newsbox .list ul li .date p {
	width: 100%;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}
.newsbox .list ul li .date span {
	width: 100%;
	height: 24px;
	display: block;
	color: #787878;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	font-family: Arial;
}
.newsbox .list ul li .tit {
	width: 98%;
	float: left;
	height: 26px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 26px;
}
.newsbox .list ul li .tit a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #191919;
}
.newsbox .list ul li .tit a:hover {
	color: #d00;
}
.newsbox .list ul li .text {
	width: 98%;
	height: 50px;
	color: #898989;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
}
.newsbox .list ul li .text:hover {
	color: #333;
}
.faqbox {
	width: 400px;
	float: right;
}
.faqbox .titl {
	background: #191919;
	color: #fff;
}
.faqbox .titl p {
	padding-left: 20px;
}
.faqbox .titl a {
	color: #fff;
	padding-right: 20px;
}
.faqbox .cont {
	width: 100%;
	overflow: hidden;
	max-height: 356px;
}
.faqbox .cont ul li {
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
	overflow: hidden;
	float: left;
}
.faqbox .cont ul li .l_span {
	display: block;
	width: 30px;
	position: absolute;
	left: 5px;
	top: 0;
	color: #d00;
	font-size: 16px;
	line-height: 26px;
}
.faqbox .cont ul li .tit {
	width: 360px;
	padding-left: 40px;
	position: relative;
	overflow: hidden;
	height: 26px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 26px;
}
.faqbox .cont ul li .tit a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #191919;
}
.faqbox .cont ul li .tit a:hover {
	color: #d00;
}
.faqbox .cont ul li .text {
	position: relative;
	padding-left: 40px;
	width: 360px;
	height: 50px;
	color: #898989;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
}
.faqbox .cont ul li .text .l_span {
	color: #898989;
	line-height: 24px;
}
.faqbox .cont ul li .text:hover {
	color: #333;
}
/*lx*/
.sylxbox {
	width: 100%;
	max-width: 1920px;
	min-width: 1250px;
	background: #f7f7f7;
	margin: 0 auto 50px;
}
.sylxbox .cutbox {
	height: 450px;
	position: relative;
	z-index: 1;
}
.contactbox {
	width: 770px;
	overflow: hidden;
	float: left;
}
.contactbox .titl {
	width: 750px;
	height: 55px;
	border-bottom: 1px solid #ccc;
	color: #333;
	padding: 9px 10px 0;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 56px;
}
.contactbox .titl p {
	float: left;
}
.contactbox .titl a {
	float: right;
	display: block;
	color: #787878;
	font-size: 15px;
}
.contactbox .titl a:hover {
	color: #d00;
}
.contactbox .cont {
	width: 640px;
	overflow: hidden;
	padding-left: 130px;
	height: 300px;
	position: relative;
}
.contactbox .cont ul {
	width: 90px;
	overflow: hidden;
	height: 300px;
	position: absolute;
	left: 10px;
	top: 0;
	text-align: center;
}
.contactbox .cont ul li {
	width: 90px;
	overflow: hidden;
	height: 90px;
	float: left;
	margin-bottom: 15px;
	border-radius: 5px;
}
.contactbox .cont ul li a {
	display: block;
	width: 90px;
	height: 90px;
}
.contactbox .cont ul li a.tel1 {
	display: none;
}
.contactbox .cont ul .liT {
	background: #e63939 url(../images/ico4.png) center no-repeat;
}
.contactbox .cont ul .liQ, .contactbox .cont .proZ {
	background: #3687d9 url(../images/ico5.png) center no-repeat;
}
.contactbox .cont ul .liE {
	background: #1dbf6e url(../images/ico6.png) center no-repeat;
}
.sylxbox .mapbox {
	width: 628px;
	height: 298px;
	border: 1px solid #ddd;
	overflow: hidden;
	float: left;
	background: #fff;
}
.orderbox {
	width: 340px;
	overflow: hidden;
	padding: 50px 30px;
	height: 400px;
	position: absolute;
	right: 0;
	top: -35px;
	background: url(../images/bg2.jpg) center no-repeat;
}
.orderbox ul li {
	width: 265px;
	overflow: hidden;
	height: 24px;
	float: left;
	margin-bottom: 14px;
	padding: 5px 8px 5px 65px;
	position: relative;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 3px;
}
.orderbox ul li span {
	display: block;
	width: 65px;
	height: 24px;
	text-align: center;
	color: #666;
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 15px;
	line-height: 24px;
}
.orderbox ul li .bg, .orderbox ul li .area, .orderbox ul .code input {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: #fff;
	float: left;
	border: 0;
}
.orderbox ul .li_1 {
	width: 175px;
}
.orderbox ul .li_3 {
	height: 114px;
}
.orderbox ul .li_3 .area {
	height: 114px;
}
.orderbox ul .code {
	max-width: 120px;
}
.orderbox ul .code img {
	position: absolute;
	left: 125px;
	top: 9px;
	cursor: pointer;
}
.orderbox ul .code .red {
	width: 15px;
	left: 180px;
	top: 7px;
	padding: 0;
	color: #f00;
}
.orderbox ul .li_4 {
	height: 40px;
	padding: 20px 0 0;
	border: 0;
	background: none;
	width: 340px;
}
.orderbox ul .li_4 p {
	width: 165px;
	float: left;
	height: 40px;
	background: #d00;
	border-radius: 3px;
}
.orderbox ul .li_4 p.tj:hover {
	width: 230px;
}
.orderbox ul .li_4 p.tj:hover~p.cz {
	width: 100px;
}
.orderbox ul .li_4 p input {
	display: block;
	width: 100%;
	height: 40px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: none;
	border: 0;
	font-size: 16px;
	line-height: 40px;
}
.orderbox ul .li_4 p.cz {
	background: #ccc;
	float: right;
}
.orderbox ul .li_4 p.cz input {
	color: #454545;
}
.orderbox ul .li_4 p.cz:hover input {
	color: #d00;
}

@media only screen and (min-width:768px) {
.contactbox .cont ul li a.tel1 {
	display: block;
}
.contactbox .cont ul li a.tel2 {
	display: none;
}
}
/*link*/
.linkbox {
	width: 1020px;
	margin: 0 auto 50px;
	position: relative;
	background: #f7f7f7;
	padding: 0 20px 0 160px;
	overflow: hidden;
}
.linkbox .titl {
	width: 120px;
	background: #cc1414;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.linkbox .titl img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.linkbox .cont {
	width: 100%;
	line-height: 30px;
	min-height: 30px;
	padding: 15px 0;
}
.linkbox .cont ul li {
	padding-right: 20px;
	display: inline;
}
.linkbox .cont ul a {
	white-space: nowrap;
}
/*pronav*/
.pro_nav {
	overflow: hidden;
	margin-bottom: 25px;
	;
}
.pro_nav .titl {
	width: 1180px;
	height: 35px;
	border-bottom: 1px solid #ccc;
	color: #333;
	padding: 0 10px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 20px;
}
.pro_nav .titl p {
	float: left;
}
.pro_nav .titl a {
	float: right;
	display: block;
	color: #787878;
	font-size: 15px;
}
.pro_nav .titl a:hover {
	color: #d00;
}
.pro_nav .cont {
	width: 1180px;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
}
.pro_nav .cont ul {
	width: 1250px;
}
.pro_nav .cont ul li {
	width: 150px;
	height: 30px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
}
.pro_nav .cont ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*foot*/
.footbox {
	background: #2d2d2d url(../images/bg3.jpg) center no-repeat;
	color: #ddd;
}
.footbox a {
	color: #ddd;
}
.footbox a:hover {
	color: #d00;
}
.footbox .box1 {
	width: 1180px;
	padding: 15px 10px 0;
	height: 59px;
	border-bottom: 1px solid #666;
	overflow: hidden;
	margin-bottom: 30px;
}
.footbox .box1 .f_left {
	width: 350px;
	height: 60px;
	float: left;
	overflow: hidden;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
}
.footbox .box1 .f_nav {
	max-width: 750px;
	height: 50px;
	float: right;
	overflow: hidden;
	padding-top: 10px;
	font-size: 14px;
	line-height: 50px;
	font-family: "宋体";
}
.footbox .box1 .f_nav a {
	display: inline-block;
	padding: 0 5px;
	height: 50px;
	font-family: "微软雅黑";
}
.footbox .box2 {
	width: 1180px;
	padding: 0 10px 30px;
	overflow: hidden;
}
.footbox .box2 .f_left {
	float: left;
	max-width: 750px;
	font-size: 14px;
	line-height: 30px;
}
.footbox .box2 .f_ewm {
	float: right;
	width: 140px;
	text-align: center;
}
.footbox .box2 .f_ewm img {
	width: 120px;
	height: 120px;
}
.footbox .box2 .f_ewm p {
	width: 100%;
	line-height: 30px;
}
.bottombox {
	width: 100%;
	padding: 15px 0;
	background: rgba(0,0,0,6);
	text-align: center;
	line-height: 24px;
}
/*内页*/
.nybanner {
	height: 350px;
	background: url(../images/nybg1.jpg) center bottom no-repeat;
}
.container {
	width: 1200px;
	overflow: hidden;
	zoom: 1;
	margin: 25px auto;
}
/*内页公共左侧*/
.leftmain {
	float: left;
	width: 240px;
	overflow: hidden;
}
.leftmain .tit {
	background: #016bbd url(../images/ico5.png) 210px center no-repeat;
	color: #fff;
	text-indent: 20px;
	height: 40px;
	overflow: hidden;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
}
.leftmain .column {
	width: 238px;
	background: #fff;
	overflow: hidden;
	zoom: 1;
	border: 1px solid #ddd;
	border-top: 0;
	margin-bottom: 10px;
}
.leftmain .column ul {
	padding: 5px 4px;
}
.leftmain .column ul li {
	overflow: hidden;
	width: 100%;
}
.leftmain .column ul li h2 {
	width: 100%;
	height: 34px;
	background: #f7f7f7 url(../images/ico4.png) 205px center no-repeat;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}
.leftmain .column ul li h2 a {
	display: block;
	width: 180px;
	height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
	padding-left: 15px;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
}
.leftmain .column ul li:hover h2 a {
	color: #d00;
}
.leftmain .column ul li dl {
	width: 100%;
	overflow: hidden;
}
.leftmain .column ul li dl a {
	height: 30px;
	width: 100%;
	color: #666;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 15px;
	font-size: 14px;
	line-height: 34px;
}
.leftmain .column ul li dl a:hover {
	color: #d00;
}
.leftmain .lxbox {
	width: 238px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	background: url(../images/procontact.jpg) center bottom no-repeat;
	padding-bottom: 10px;
	overflow: hidden;
}
.leftmain .lxbox .cont {
	width: 210px;
	background: url(../images/procontact.jpg) center top no-repeat;
	overflow: hidden;
	padding: 90px 14px 5px;
	max-height: 490px;
}
.leftmain .lxbox p {
	line-height: 20px;
	margin-bottom: 4px;
	color: #666;
}
.leftmain .mpro {
	height: 855px;
}
.leftmain .mpro ul {
	width: 210px;
	padding: 15px 14px 5px;
	overflow: hidden;
}
.leftmain .mpro ul li {
	text-align: center;
	width: 210px;
	overflow: hidden;
	float: left;
	height: 210px;
}
.leftmain .mpro ul li .pic {
	width: 200px;
	height: 150px;
	padding: 4px;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.leftmain .mpro ul li .pic a {
	width: 200px;
	height: 150px;
	display: block;
	overflow: hidden;
	background: #fafafa;
}
.leftmain .mpro ul li .text {
	height: 30px;
	overflow: hidden;
	width: 200px;
	height: 30px;
	padding: 0 4px 4px;
	border: 1px solid #ddd;
	border-top: 0;
}
.leftmain .mpro ul li .text a {
	display: block;
	width: 190px;
	height: 30px;
	background: #f5f5f5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 5px;
	line-height: 30px;
}
.leftmain .mpro ul li:hover .text a {
	color: #d00;
}
/*内页公共右侧*/ 
.rightmain {
	width: 940px;
	float: right;
	border: 1px solid #ddd;
	overflow: hidden;
	_zoom: 1;
	background: #fff;
}
.rightmain .local {
	width: 100%;
	height: 39px;
	line-height: 40px;
	background: url(../images/jinpinbg.jpg) bottom repeat-x;
	text-indent: 15px;
	overflow: hidden;
	_zoom: 1;
}
.rightmain .local p, .rightmain .local h1 {
	font-size: 16px;
	color: #000;
	float: left;
	font-weight: bold;
	width: 400px;
	overflow: hidden;
	height: 40px;
}
.rightmain .local .position {
	max-width: 500px;
	height: 40px;
	float: right;
	overflow: hidden;
	padding-right: 10px;
	color: #999;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*内页公司简介*/
.aboutus .con {
	padding: 15px 20px;
	font-size: 15px;
	color: #666;
	line-height: 2em;
	background: #fff;
}
.aboutus .con p {
	margin-bottom: 10px;
}
.aboutus .con p img {
	min-width: 100%;
}
/*内页联系我们*/
.contacts .con {
	padding: 10px;
	color: #000;
	line-height: 2em;
	background: #fff;
	overflow: hidden;
}
.contacts .con span {
	float: right
}
.contacts .con .laycont {
	background: url(../images/contactbg1.jpg) no-repeat center;
	width: 220px;
	height: 310px;
	padding: 150px 284px 120px 417px;
}
.txtcontp {
	font-size: 14px;
	font-weight: bold;
}
/* 荣誉资质 */
.honor .list {
	width: 900px;
	overflow: hidden;
	_zoom: 1;
	padding: 15px 0 5px;
	margin: 0 auto;
}
.honor .list ul {
	width: 950px;
	overflow: hidden;
}
.honor .list ul li {
	width: 200px;
	text-align: center;
	padding: 4px;
	border: 1px solid #ddd;
	margin: 0 20px 15px 0;
	float: left;
	height: 185px;
}
.honor .list ul li .pic {
	height: 200px;
	height: 150px;
	margin-bottom: 5px;
	overflow: hidden;
}
.honor .list ul li .pic a {
	height: 150px;
	display: block;
}
.honor .list ul li .txt {
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	overflow: hidden;
	background: #f5f5f5;
}
.honor .list ul li .txt a {
	display: block;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.honor .list ul li:hover .txt a {
	color: #d00;
}
/*内页 产品中心首页*/
.propage .con {
	font-size: 15px;
	color: #666;
	line-height: 2em;
	background: #fff;
}
.propage .con .tit {
	height: 44px;
	line-height: 44px;
	padding-right: 10px;
	margin: 0 5px;
	background: url(../images/profloorbg.jpg);
	margin-top: 2px;
	border-bottom: dashed #ccc 1px;
}
.propage .con .tit p {
	float: left;
	text-indent: 15px;
	color: #333;
	width: 700px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	font-size: 14px;
}
.propage .con .tit span {
	float: right;
	padding-top: 12px;
}
.propage .con .tit span a {
	color: #000;
}
.propage .con .line {
	height: 2px;
	font-size: 0;
	background: url(../images/line.jpg);
	margin: 0 15px;
}
.propage .con .cp {
	padding: 10px 20px;
	width: 900px;
}
.propage .con .cp ul {
	width: 950px;
	overflow: hidden;
	zoom: 1;
	padding-top: 5px;
}
.propage .con .cp ul li {
	width: 200px;
	text-align: center;
	padding: 4px;
	border: 1px solid #ddd;
	margin: 0 20px 15px 0;
	float: left;
	height: 185px;
}
.propage .con .cp ul li .pic {
	height: 200px;
	height: 150px;
	margin-bottom: 5px;
	overflow: hidden;
}
.propage .con .cp ul li .pic a {
	height: 150px;
	display: block;
}
.propage .con .cp ul li .txt {
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	overflow: hidden;
	background: #f5f5f5;
}
.propage .con .cp ul li .txt a {
	display: block;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.propage .con .cp ul li:hover .txt a {
	color: #d00;
}
/*内页 产品列表*/
.prolist .list {
	width: 900px;
	overflow: hidden;
	_zoom: 1;
	padding: 15px 0 5px;
	margin: 0 auto;
}
.prolist .list ul {
	width: 950px;
	overflow: hidden;
}
.prolist .list ul li {
	width: 200px;
	text-align: center;
	padding: 4px;
	border: 1px solid #ddd;
	margin: 0 20px 15px 0;
	float: left;
	height: 185px;
}
.prolist .list ul li .pic {
	height: 200px;
	height: 150px;
	margin-bottom: 5px;
	overflow: hidden;
}
.prolist .list ul li .pic a {
	height: 150px;
	display: block;
}
.prolist .list ul li .txt {
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	overflow: hidden;
	background: #f5f5f5;
}
.prolist .list ul li .txt a {
	display: block;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.prolist .list ul li:hover .txt a {
	color: #d00;
}
/*内页 产品详细页上*/
.prodetail {
	overflow: hidden;
	_zoom: 1
}
.prodetail .picinfo {
	overflow: hidden;
	_zoom: 1;
	width: 900px;
	padding: 20px;
}
.prodetail .picinfo .left {
	float: left;
	width: 410px;
	height: 310px;
	overflow: hidden;
	margin-right: 10px;
}
.prodetail .picinfo .left p {
	text-align: center;
	border: 1px solid #ccc;
	padding: 4px;
	width: 400px;
	height: 300px;
	overflow: hidden;
}
.prodetail .picinfo .left p a {
	display: block;
	height: 300px;
	width: 300px;
}
.prodetail .picinfo .right {
	float: right;
	;
	width: 470px;
}
.prodetail .picinfo .right h1 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-left: 20px;
	margin: 20px 0;
}
.prodetail .picinfo .right .claname {
	margin: 0 10px;
	padding: 5px 10px;
	text-align: left;
	background-color: #FFFCE3;
	border: 1px #ffd696 solid;
}
.prodetail .picinfo .right .claname a {
	color: #e59900
}
.prodetail .picinfo .right h3 {
	font-size: 14px;
	margin: 10px 0 10px 20px;
	color: #666;
	line-height: 25px;
}
.prodetail .picinfo .right .cartfeedabck {
	margin-left: 18px;
}
/*内页 产品详细页下面*/
.prodetail .detail {
	overflow: hidden;
	_zoom: 1;
	background: url(../images/xiangxibt.jpg) no-repeat;
	margin: 10px 15px 0 15px;
}
.prodetail .detail .tit {
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	color: #FFF;
	border-bottom: 2px solid #016bbd;
}
.prodetail .detail .tit p {
	height: 28px;
	padding: 0 15px;
	background: #016bbd;
	float: left;
}
.prodetail .detail .content {
	color: #666;
	font-size: 14px;
	line-height: 25px;
	padding: 15px 10px;
}
.prodetail .detail .content p {
	margin-bottom: 10px;
}
.prodetail .detail .content p img {
	max-width: 100%;
}
.rightmain .goback {
	width: 910px;
	height: 40px;
	border: 1px solid #ccc;
	margin: 10px auto 0;
	text-align: center;
}
.rightmain .goback a {
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}
.rightmain .goback a .back {
	color: #F00;
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 300px;
}
.rightmain .nextprev {
	width: 910px;
	margin: 10px auto 0;
	border: 1px solid #ccc;
	color: #666;
	border: 1px solid #ccc;
	margin-top: 10px;
	height: 35px;
	line-height: 35px;
	background: url(../images/aboutbg.gif) repeat-x left bottom;
	text-align: center;
}
.rightmain .xgcp {
	overflow: hidden;
	_zoom: 1;
	width: 910px;
	margin: 10px auto 0;
	border: 1px solid #ccc;
	height: auto;
	padding-bottom: 15px;
}
.rightmain .xgcp .tit {
	padding-left: 15px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/aboutbg.gif) repeat-x left bottom;
	line-height: 35px;
	height: 35px;
}
.rightmain .xgcp ul {
	width: 100%;
	height: 200px;
	overflow: hidden;
	padding: 14px 14px 0;
}
.rightmain .xgcp ul li {
	border: 1px #ddd solid;
	width: 200px;
	margin-right: 14px;
	float: left;
	text-align: center;
	padding: 4px;
}
.rightmain .xgcp ul li .pic {
	height: 150px;
	width: 200px;
	overflow: hidden;
}
.rightmain .xgcp ul li .pic a {
	display: block;
	height: 150px;
}
.rightmain .xgcp ul li .txt {
	line-height: 30px;
	color: rgb(102,102,102);
	background: #f5f5f5;
	height: 30px;
	overflow: hidden;
	margin-top: 5px;
	padding: 0 5px;
}
.rightmain .xgcp ul li .txt a {
	display: block;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.rightmain .xgcp ul li:hover .txt a {
	color: #d00;
}
.rightmain .zxnews {
	width: 910px;
	margin: 10px auto 15px;
	border: 1px solid #ccc;
	overflow: hidden;
	_zoom: 1;
}
.rightmain .zxnews .newsbt {
	height: 33px;
	width: 100%;
	line-height: 33px;
	background: url(../images/jinpinbg.jpg);
	text-indent: 15px;
	float: none;
	font-size: 16px;
	font-weight: bold
}
.rightmain .zxnews .c {
	padding: 10px;
	overflow: hidden;
}
.rightmain .zxnews .c ul {
	overflow: hidden;
	_zoom: 1;
	width: 950px;
	padding: 0 10px 10px;
}
.rightmain .zxnews .c ul li {
	float: left;
	width: 419px;
	height: 30px;
	line-height: 30px;
	border-bottom: #CCC dotted 1px;
	margin-right: 30px;
	overflow: hidden;
	_zoom: 1;
	background: url(../images/newsico.png) left center no-repeat
}
.rightmain .zxnews .c ul li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 20px;
}
/*内页 新闻列表页*/
.newslist .list {
	color: #666;
	line-height: 2em;
	background: #fff;
	margin-bottom: 20px;
	padding: 20px 10px 0 10px;
	overflow: hidden;
	_zoom: 1;
}
.newslist .list .newshead {
	background: #f2f2f2;
	color: #F30;
	overflow: hidden;
	_zoom: 1;
}
.newslist .list ul {
	width: 950px;
	overflow: hidden;
}
.newslist .list ul li {
	line-height: 1.8em;
	background: url(../images/newsbg.jpg) left no-repeat;
	text-indent: 20px;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px #ccc dotted;
	overflow: hidden;
	_zoom: 1;
}
.newslist .list ul li .data {
	float: right;
	width: 100px;
	text-align: center;
	display: block;
}
.newslist .list ul li .title {
	float: left;
	width: 750px;
}
.newslist .list ul li a:hover {
	color: #f00
}
.newslist .cont {
	overflow: hidden;
	_zoom: 1;
	margin-top: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.newslist .cont .left {
	float: left;
	padding: 10px;
	width: 190px;
}
.newslist .cont .left .pic {
	width: 180px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 4px;
	height: 150px;
}
.newslist .cont .left .pic a {
	display: block;
	height: 150px;
}
.newslist .cont .right {
	overflow: hidden;
	width: 730px;
	padding-top: 10px;
	float: right;
	height: 160px;
}
.newslist .cont .right ul {
	overflow: hidden;
	height: 165px;
}
.newslist .cont .right ul li {
	line-height: 25px;
	padding: 0px 20px 0 10px;
}
.newslist .cont .right ul li .nr {
	height: 75px;
	overflow: hidden;
}
.newslist .cont .right ul li .ck {
	text-align: right;
	padding: 7px 20px;
}
.newslist .cont .right .title {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	height: 20px;
}
/*内页 新闻内容页*/
.newsdetail .con {
	background: #FFF;
	padding-top: 15px;
}
.newsdetail h1 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	line-height: 40px;
}
.newsdetail .date {
	text-align: center;
	color: #999;
	padding-bottom: 10px;
	line-height: 24px;
	border-bottom: 1px #ccc dotted;
	margin-bottom: 10px;
}
.newsdetail .content {
	color: #666;
	font-size: 14px;
	line-height: 1.8em;
	padding: 10px 15px;
}
.newsdetail .content p {
	margin-bottom: 10px;
}
/* 常见问题 */
.problem-con {
	width: 900px;
	overflow: hidden;
	_zoom: 1;
	padding: 19px;
}
.problem-con .problem-keywords {
	background: #f9f9f9;
	border: 1px #ddd solid;
	overflow: hidden;
	_zoom: 1;
	padding: 9px;
}
.problem-con .problem-keywords ul {
	overflow: hidden;
	_zoom: 1;
	width: 100%;
	padding: 0 10px;
}
.problem-con .problem-keywords ul li {
	float: left;
	width: 115px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	margin-right: 10px;
	overflow: hidden;
}
.problem-con .problem-keywords ul li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.problem-con .problem-search {
	padding: 20px 10px;
	overflow: hidden;
	_zoom: 1;
}
.problem-con .problem-list {
	overflow: hidden;
	_zoom: 1;
	margin-bottom: 20px;
}
.problem-con .problem-list ul {
	overflow: hidden;
	_zoom: 1;
}
.problem-con .problem-list ul li {
	width: 900px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	border-bottom: 1px #ccc dotted;
	background: url(../images/newsbg.jpg) 12px 7px no-repeat;
	overflow: hidden;
	_zoom: 1;
}
.problem-con .problem-list ul li .news-title {
	float: left;
	width: 650px;
	text-indent: 20px;
	overflow: hidden;
	_zoom: 1;
}
.problem-con .problem-list ul li .news-date {
	float: right;
	width: 90px;
	text-align: center;
	overflow: hidden;
	_zoom: 1;
}
.problem-con .problem-list ul li.newsbg {
	height: 33px;
	line-height: 33px;
	background: #f2f2f2;
	background-image: none;
	color: #f00;
}
.problem-con .problem-list ul li.newsbg .news-title {
	float: left;
	width: 500px;
	text-indent: 20px;
}
.problem-con .problem-list ul li.newsbg .news-date {
	float: right;
	width: 100px;
	text-align: center;
}
/*留言*/
.order .con {
	padding-bottom: 25px;
}
/*网站地图*/
.map {
	width: 1100px;
	margin: 25px auto;
	overflow: hidden;
	zoom: 1;
	border: 1px solid #ccc;
	background: #fff;
}
.map .top {
	width: 1100px;
	height: 33px;
	background: url(../images/productsbg.jpg);
	overflow: hidden;
	_zoom: 1
}
.map .top h1 {
	font-size: 16px;
	color: #000;
	float: left;
	font-weight: bold;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
}
.map .position1 {
	height: 30px;
	line-height: 30px;
	float: right;
	margin-right: 20px;
	color: #666
}
.map .bum {
	width: 1100px;
	margin-top: 10px;
}
.map .bum .con {
	width: 1100px;
	height: 30px;
	background: url(../images/productsbg.jpg);
	border-top: 1px solid #ccc
}
.map .bum .con p {
	font-size: 14px;
	color: #000;
	float: left;
	font-weight: bold;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
	background: url(../images/a.jpg) no-repeat 20px 8px;
}
.map .cpksdh1 {
	width: 1050px;
	height: auto;
	margin: auto;
	padding: 10px 0;
}
.map .cpksdh1_top {
	font-size: 14px;
	height: 20px;
	color: #6C0;
	padding-top: 10px;
	padding-left: 20px;
}
.map .cpksdh1_top h1 {
	font-size: 14px;
	font-weight: bold;
	color: #6C0;
}
.map .cpksdh1_con ul {
	width: 100%;
	padding: 0 15px;
	overflow: hidden;
}
.map .cpksdh1_con ul li {
	float: left;
	color: #666;
	line-height: 30px;
	width: 135px;
	height: 30px;
	overflow: hidden;
	margin-right: 15px;
}
.map .cpksdh1_con ul li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*分页*/
.itemfy {
	text-align: center;
	margin-bottom: 20px;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
}
.itemfy a {
	border: 1px solid #ccc;
	padding: 3px 5px;
	text-decoration: none;
	background: #FeFeFe;
}
.itemfy a:hover {
	border: 1px solid #f60;
	color: #f00
}
.itemfy .pcurrent a {
	border: 1px solid #f60;
	font-weight: bold;
	background: #FfF0F0
}
.itemfy .styinvalid a:hover {
	border: 1px solid #ccc;
}
.itemfy .pmsg {
	display: inline;
	padding: 5px;
	color: #666
}
.itemfy .tip {
	display: none;
}
.pageclick a {
	width: 22px;
	border: 1px solid #f60;
	height: 20px;
	display: inline-block;
	margin: 0 1px;
}
.pagestyle a {
	width: 60px;
	border: 1px solid #ccc;
	height: 20px;
	display: inline-block;
	margin: 0 1px;
}
.pagestyle a:hover {
	width: 60px;
	border: 1px solid #f60;
	height: 20px;
	display: inline-block;
	margin: 0 1px;
}
/* 返回顶部 */
.actGotop {
	position: fixed;
	_position: absolute;
	bottom: 10px;
	right: 10px;
	width: 58px;
	height: 62px;
	display: none;
}
.actGotop a, .actGotop a:link {
	width: 58px;
	height: 62px;
	display: inline-block;
	background: url(../images/top1.jpg) no-repeat;
	outline: none;
}
.actGotop a:hover {
	background: url(../images/top2.jpg) no-repeat;
	outline: none;
}
/*客服*/
#cFloatDivMove p {
	text-align: center;
	margin-bottom: 5px;
	color: #787878;
	line-height: 24px;
}
#cFloatDivMove p a {
	display: block;
	width: 100%;
	height: 25px;
}

@media only screen and (max-width:1350px) {
#cFloatDivMove {
	left: -128px!important;
}
#cFloatDivMove:hover {
	left: 0!important;
	-webkit-transition: .5s;
	transition: .5s;
}
}
